home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 July / PCU0704CD1.ISO / software / online / files / showoff.exe / {app} / htdocs / ShowLogout.tpl < prev    next >
Encoding:
Text File  |  2004-01-05  |  830 b   |  36 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2.  
  3. <html>
  4. <head>
  5.     <title>{SERVER_TITLE}</title>
  6.     <style>
  7.     {STYLE_SHEET}
  8.     </style>
  9. </head>
  10.  
  11. <body>
  12.  
  13. <table border=0 cellpadding=3 width="100%">
  14. <tr>
  15.     <td width="32"><img src="ShowGraphic?digitalcam32.gif"></td>
  16.     <td><font class="lblTitle">{SERVER_TITLE}</font></td>
  17. </tr>
  18. </table><br><br>
  19.  
  20. <table border=0 align="center"><tr><td align="center">
  21.  
  22. <font class="lblPictureList" color="red">Are you sure you wish to logout?</font><br><br>
  23.  
  24. <form action="SendLogout" method="post" target="_top">
  25. <input type="hidden" name="args" value="{FORM_ARGS}">
  26.  
  27. <input type="submit" value="Yes" class="cmdButton"> <input type="button" value="No" class="cmdButton" onclick="parent.location.href='Index'">
  28. </form>
  29.  
  30. </td></tr></table>
  31.  
  32.  
  33.  
  34. </body>
  35. </html>
  36.